Link to this headingWeb Hooks
https://hookdeck.com/webhooks/guides/webhooks-security-checklist
Link to this headingSlack Example
Request:
POST /services/<webhook url path> HTTP/2
Host: hooks.slack.com
Accept: */*
Content-Type: application/json
Content-Length: 132
{
"channel": "#general",
"username": "<username if available>",
"text": "PWNED"
}
Link to this headingSecurity
Warning: Make sure that webhook URLs are not local as this could be used for a SSRF attack.